home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / external-playback-continue < prev    next >
Encoding:
Text File  |  2007-11-12  |  1.2 KB  |  38 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  5.  
  6. <head>
  7.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8.     <title i18n:translate="">Miro - External Playback Template</title>
  9.  
  10.     <link href="resource:css/external.css" rel="stylesheet" type="text/css" />
  11.     <link href="resource:css/video-info.css" rel="stylesheet" type="text/css" />
  12.  
  13.     <t:include filename="dynamic.js" />
  14.     <t:include filename="external.js" />
  15.     <t:execOnLoad><![CDATA[
  16. this = app.controller.videoInfoItem
  17. thisItemView = views.items.filter(lambda x: x.getID() == this.getID())
  18. ]]></t:execOnLoad>
  19.     <t:execOnUnload><![CDATA[
  20. thisItemView.unlink()
  21. app.controller.videoInfoItem = None
  22. ]]></t:execOnUnload>
  23.  
  24. </head>
  25.  
  26. <body>
  27.     <div id="external-container-button">
  28.         <a id="external-button-center" href="javascript:skipItem(@@@this.getID()@@@)">
  29.             <span i18n:translate="">Continue To Next Video</span>
  30.         </a>
  31.     </div>
  32.     <div id="embedded-video-info">
  33.         <div id="video_info_area"><t:includeTemplate filename="video-info" /></div>
  34.     </div>
  35. </body>
  36.  
  37. </html>
  38.